0])] public int $ordering = 0; public function __construct( #[ORM\Column(length: 255)] public string $text, #[ORM\Column] public bool $isRightAnswer = false, ) {} public function __toString(): string { return $this->text; } }