public function setGuest(User $userObject) {
        
        $this->Guest = $userObject;
        
        return $this;