A DESCRIPTION OF THE REQUEST :
Call toString method in String object is unnecessary, because it is already a string and itself is returned.
JUSTIFICATION :
redundant method, this object (which is already a string!) is itself returned.
Call toString method in String object is unnecessary, because it is already a string and itself is returned.
JUSTIFICATION :
redundant method, this object (which is already a string!) is itself returned.