xxxxxxxxxx
/** Data class in Kotlin provide default implementation of toString(), equals()
and hashCode() functions without explicit declaration.
The default implementation of the toString() method would return the output
in the following format: **/
ObjectType(parameter1=value1, parameter2=value2…)