Returns a string representation of this circle.
@override String toString() => 'GeoCircle(center: $center, radius: ${radius}m)';