String toString()

Source

String toString() {
  return 'Rectangle ($left, $top) $width x $height';
}