Override the toString method to provide a string representation of the Video object.
@override String toString() => 'Video(id: $videoId, controller: $controller)';