We need to implement a `string` (`__str__`) method for the Amount object to facilitate easy conversion of the amount to a string representation.
We need to implement a
string(__str__) method for the Amount object to facilitate easy conversion of the amount to a string representation.