options = isset($array[ 'options' ]) ? $array[ 'options' ] : []; } /** * @inheritDoc */ public function toArray() { return array_merge( parent::toArray(), [ 'options' => $this->options, ] ); } }