Returns a nice string representing size. @return {string} In the form (50 x 73). @override
@override String toString() { return "(" + width.toString() + " x " + height.toString() + ")"; }