Returns a string representation of the rectangle, including its position and size.
@override String toString() => 'x:$x, y:$y, width:$width, height:$height';