Adds the specified element to the end of this list.
@return true because the list is always modified as the result of this operation.
true
@override bool add(T element);