Is it possible to create an RadzenListBox with a IEnumberable<IComparble>

Hello, i created a List with IComperable (like this) and want to bind the AllOptions List to my RadzenListBox

image

The ListBox

image

The Listbox works perfectly, when i select elements, but when i try to search for an element this error occurs:

No, this won't work as IComparable does not have a ToString() method.