/**
  * Determines the opengraph type identifier for this object
  * @return string
  */
 public function getOGType()
 {
     if ($type = OpenGraph::get_object_type($this->owner)) {
         return $type;
     }
     return OGTypes::DefaultType;
 }