How to extend include/listview/listview.php in a upgrade safe manner?

Hi,

I need to override include/listview/listview.php file. How should I do it in an upgrade-safe manner?

I want to override get_list_view_data function in /module/Meetings/Meeting.php file. This function is called from include/listview/listview.php file. That is why I want to override include/listview/listview.php file.

Does anybody have any solution for this?