i have question about the part 1.6
The class has the method String showShapes(), which returns a string representation
for all shapes in the collection or a message “There are no shapes in the collection” if
the collection is empty.
How i'am going to solve this ? i couldnt find a solution.