String representation of GeoCircle showing radius.
@override String toString() { return "Circle(r:$radius)"; }