public function getObject()
 {
     //Return deleted categories as well.
     return categoryPeer::retrieveByPKNoFilter($this->getObjectId());
 }