$this_user = $this_user == 0 ? "male" : $this_user == 1 ? "female" : $this_user == 2 ? "robot" : undef;