public function generate() : string { if ($this->hasColor) { return $this->writeWithColor(); } return $this->writeWithoutColor(); }