creates an iterable object so we can do a forEach on it
@override Iterator<JrlLine> get iterator => preparedLines.iterator;