/**
  * @return array
  */
 public function getData()
 {
     $result = $this->object->getData();
     return $result === $this->object ? $this : $result;
 }