myBooks.SelectMany(b => b.Chapters .SelectMany(c => c.Pages .Select(p => b.Name + ", " + c.Name + ", " + p.Name)));