Data set to default value after AddItem on ListView

I am going crazy,
For some unknown reason when I call AddItem on my list with the widget I created and modified It does not keep the changes. I can tell that I indeed changed the value of the Text block but it doesnt matter the change is not seen on the screen, I only see a new line with the default value. My code is the following

And In my LobbyEntry I used the meta BindWidget UPROPERTY, same for my list.
I just dont understand why it is not working