public function getJsonObject() { if ($this->flightVoyage) { return $this->flightVoyage->getJsonObject(); } return $this->attributes; }