center = new Point($x, $y); $this->radius = $radius; } public function __toString() { return '[' . $this->center . ':' . $this->radius . ']'; } } }