/**
  * @throws phpMorphy_Exception
  * @param int $offset
  * @return mixed
  */
 public function offsetGet($offset)
 {
     $result = $this->object->offsetGet($offset);
     return $result === $this->object ? $this : $result;
 }