list = $list; } /** * Return list of themes * * @return array */ public function toOptionArray() { return $this->list->getLabels(); } }