id; } public function getEducation(): ?Education { return $this->education; } public function setEducation(?Education $education): self { $this->education = $education; return $this; } public function getCycle(): ?Cycle { return $this->cycle; } public function setCycle(?Cycle $cycle): self { $this->cycle = $cycle; return $this; } }