public function getContacts()
 {
     return ContactInfoPeer::getAllUserContactInfo($this->getUserId());
 }