public function getRoute()
 {
     if ($this->_contentRouteObject) {
         return $this->_contentRouteObject->getRoute();
     } else {
         return parent::getRoute();
     }
 }