A string representation of angle, showing angle in both radians and degrees.
@override String toString() { return "(r:$radian, d:$degree)"; }