public function hasObserver()
 {
     $result = $this->object->hasObserver();
     return $result === $this->object ? $this : $result;
 }