public function setReferenceUser(User $userObject) {
        
        $this->ReferenceUser = $userObject;
        
        return $this;