For example lets say i have a list (x:xs) = [[x], [y], [z]]. How would i convert it to [Object n [x], Object n [y], Object n [z]]. Where Object