bValue; } public function __toString(): string { return $this->bValue ? 'true' : 'false'; } public function jsonSerialize(): mixed { return $this->bValue; } }