I have a List. I want to loop over the list and print the values out in a more friendly manner than just o.ToString() in case some of
List
o.ToString()
Did you consider overriding ToString() in a more friendly way?