You are defining your ArrayList to only generically accept Call objects. You are trying to add a string to this collection which is a syntax error. You need to instantiate a new Call object and add...