public function setRecipient(User $userObject) {
        
        $this->Recipient = $userObject;
        
        return $this;