A word on toString()

A word on toString()
A word on toString() Can you spot the problem? AccountHolder.java package com.example.toString; import java.util.ArrayList; import java.util.List; public class AccountHolder {        private String name; ...