public function setOwner(User $userObject) {
        
        $this->Owner = $userObject; 
        
        return $this;